home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue53 / DataMod / MDIExample1 / MDIExample1U1.dfm < prev    next >
Encoding:
Text File  |  1999-11-23  |  656 b   |  30 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Data Modules MDI Example'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIForm
  14.   Menu = MainMenu1
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object MainMenu1: TMainMenu
  19.     Left = 136
  20.     Top = 96
  21.     object File1: TMenuItem
  22.       Caption = '&File'
  23.       object BrowseCustomers1: TMenuItem
  24.         Caption = '&Browse Customers'
  25.         OnClick = BrowseCustomers1Click
  26.       end
  27.     end
  28.   end
  29. end
  30.